* lisp/isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
authorJuri Linkov <juri@jurta.org>
Tue, 8 Oct 2013 23:20:12 +0000 (02:20 +0300)
committerJuri Linkov <juri@jurta.org>
Tue, 8 Oct 2013 23:20:12 +0000 (02:20 +0300)
commitaa04ac2c6fb020706c95d335f9a556b7db97d28b
tree4211993c63e4246bbd7d944a617a28a15aaa3b5f
parentad1fa89e46b080cfa39139a9d498e377b3770392
* lisp/isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
to isearch-other-control-char.
(isearch-mode): Add isearch-pre-command-hook to pre-command-hook
and isearch-post-command-hook to post-command-hook.
(isearch-done): Remove isearch-pre-command-hook from pre-command-hook
and isearch-post-command-hook from post-command-hook.
(isearch-unread-key-sequence)
(isearch-reread-key-sequence-naturally)
(isearch-lookup-scroll-key, isearch-other-control-char)
(isearch-other-meta-char): Remove functions.
(isearch-pre-command-hook, isearch-post-command-hook):
New functions based on isearch-other-meta-char rewritten
relying on the new behavior of overriding-terminal-local-map
that does not replace the local keymaps any more.
lisp/ChangeLog
lisp/isearch.el